Add more examples to the where command doc#4227
Closed
manasvinibs wants to merge 1 commit intoopensearch-project:mainfrom
Closed
Add more examples to the where command doc#4227manasvinibs wants to merge 1 commit intoopensearch-project:mainfrom
where command doc#4227manasvinibs wants to merge 1 commit intoopensearch-project:mainfrom
Conversation
f890ffa to
4dea598
Compare
LantaoJin
reviewed
Sep 4, 2025
docs/user/ppl/cmd/where.rst
Outdated
Comment on lines
23
to
24
| Examples | ||
| =========================================== |
Member
There was a problem hiding this comment.
Section headers are created by underlining which needs the same length with the title, change to
Examples
========
Signed-off-by: Manasvini B S <manasvis@amazon.com>
4dea598 to
99f1a5d
Compare
anasalkouz
approved these changes
Sep 4, 2025
Contributor
|
doctest is failing in CI |
Contributor
|
If the doctest requires calcite to be enabled, you can put it under |
Member
Author
|
ykmr1224
reviewed
Sep 18, 2025
| PPL query:: | ||
|
|
||
| os> source=accounts | where balance > 40000 | fields account_number, balance; | ||
| fetched rows / total rows = 2/4 |
Collaborator
There was a problem hiding this comment.
is this correct? rows = 2/4
same for below examples.
Contributor
|
This PR is stalled because it has been open for 2 weeks with no activity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add more examples to the where command documentation.